home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d26
/
ode25.arc
/
VOLTERRA.ODE
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-10-22
|
176 b
|
13 lines
# VOLTERRA.ODE
# Volterra predator-prey equations
# See any book on population dynamics
# There is a limit cycle.
$t 20
x = 1
y = 2
x' = (1-y)*x
y' = (x-1)*y